-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
driver: Implement driver for Intel Ax210 #365
Conversation
|
||
# await host.send_command(Hci_Intel_Secure_Send_Command(param=cmd_param)) # type: ignore | ||
host.send_hci_packet(Hci_Intel_Secure_Send_Command(param=cmd_param)) # type: ignore | ||
await asyncio.sleep(0.002) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.002
should probably be a named constant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for debugging purpose here. I think David would like to implement the credit on HCI to get this faster, otherwise the update is really long
22e1ebb
to
e552858
Compare
cba28f0
to
065a937
Compare
4310a00
to
31969b3
Compare
* Implement driver * Add utility script into tools
Enable host-initiated role-switching after connection.
No description provided.